Node

Undocumented in source.

Constructors

this
this(T data)
Undocumented in source.

Members

Functions

addChild
Node!T addChild(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Node!T get(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
getRoot
Node!T getRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
hasChildren
bool hasChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
isRoot
bool isRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Node!T) cb)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
Node!(T)[] children;
Undocumented in source.
data
T data;
Undocumented in source.
parent
Node!T parent;
Undocumented in source.

Meta